home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / ETC / RASMOL / data / Script2 < prev   
Text File  |  1996-04-02  |  790b  |  61 lines

  1. #!rasmol -script
  2. # File: ADFS::01_22_49.$.test
  3. # Creator: RasMol Version 2.6
  4.  
  5. background [0,0,0]
  6. zap
  7. load alchemy "<RasMol$Dir>.^.data.aspirin"
  8. set ambient 40
  9. set specular off
  10.  
  11. reset
  12. slab off
  13. rotate z -42
  14. rotate y 17
  15. rotate x 151
  16. zoom 123
  17.  
  18. set bonds on
  19. set axes off
  20. set boundingbox off
  21. set unitcell off
  22. set bondmode and
  23. dots 400
  24.  
  25. # Avoid Colour Problems!
  26. select all
  27. colour bonds none
  28. colour backbone none
  29. colour hbonds none
  30. colour ssbonds none
  31. colour ribbons none
  32. colour white
  33. colour dots potential
  34.  
  35. # Atoms
  36. colour atoms cpk
  37. spacefill 25
  38. set shadow off
  39.  
  40. # Bonds
  41. wireframe 9
  42.  
  43. # Ribbons
  44. ribbons off
  45.  
  46. # Backbone
  47. backbone off
  48.  
  49. # Labels
  50. labels off
  51. colour labels [255,255,0]
  52. set fontsize 9
  53. select (atomno>=1) and (atomno<=21)
  54. label "%e"
  55. # Monitors
  56. monitors off
  57.  
  58. select all
  59. ssbonds off
  60. hbonds off
  61.